home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Idestakke / Baggrundsideer / background_28264.txt < prev    next >
Text File  |  1988-12-19  |  5KB  |  235 lines

  1. -- background: 28264 from stack: in
  2. -- bmap block id: 43316
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push recent card
  9. end openBackground
  10.  
  11.  
  12. -- part 1 (field)
  13. -- low flags: 01
  14. -- high flags: 4000
  15. -- rect: left=30 top=97 right=156 bottom=248
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 0 / 0
  18. -- text alignment: 0
  19. -- font id: 3
  20. -- text size: 14
  21. -- style flags: 0
  22. -- line height: 18
  23. -- part name: 
  24.  
  25.  
  26. -- part 3 (field)
  27. -- low flags: 01
  28. -- high flags: 4000
  29. -- rect: left=32 top=187 right=236 bottom=349
  30. -- title width / last selected line: 0
  31. -- icon id / first selected line: 0 / 0
  32. -- text alignment: 0
  33. -- font id: 2
  34. -- text size: 18
  35. -- style flags: 0
  36. -- line height: 24
  37. -- part name: 
  38.  
  39.  
  40. -- part 4 (field)
  41. -- low flags: 01
  42. -- high flags: 4000
  43. -- rect: left=270 top=59 right=116 bottom=488
  44. -- title width / last selected line: 0
  45. -- icon id / first selected line: 0 / 0
  46. -- text alignment: 0
  47. -- font id: 3
  48. -- text size: 14
  49. -- style flags: 0
  50. -- line height: 18
  51. -- part name: Etiket
  52.  
  53.  
  54. -- part 10 (field)
  55. -- low flags: 01
  56. -- high flags: 4000
  57. -- rect: left=78 top=267 right=314 bottom=444
  58. -- title width / last selected line: 0
  59. -- icon id / first selected line: 0 / 0
  60. -- text alignment: 0
  61. -- font id: 2
  62. -- text size: 18
  63. -- style flags: 0
  64. -- line height: 24
  65. -- part name: 
  66.  
  67.  
  68. -- part 12 (button)
  69. -- low flags: 00
  70. -- high flags: 0000
  71. -- rect: left=421 top=317 right=342 bottom=448
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 15420 / 15420
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Prev
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   visual effect wipe right
  83.   go to previous card
  84. end mouseUp
  85.  
  86.  
  87.  
  88. -- part 13 (button)
  89. -- low flags: 00
  90. -- high flags: 0000
  91. -- rect: left=447 top=317 right=342 bottom=472
  92. -- title width / last selected line: 0
  93. -- icon id / first selected line: 16560 / 16560
  94. -- text alignment: 1
  95. -- font id: 0
  96. -- text size: 12
  97. -- style flags: 0
  98. -- line height: 16
  99. -- part name: Next
  100. ----- HyperTalk script -----
  101. on mouseUp
  102.   visual effect wipe left
  103.   go to next card
  104. end mouseUp
  105.  
  106.  
  107.  
  108. -- part 16 (button)
  109. -- low flags: 00
  110. -- high flags: 6005
  111. -- rect: left=268 top=118 right=134 bottom=284
  112. -- title width / last selected line: 0
  113. -- icon id / first selected line: 0 / 0
  114. -- text alignment: 1
  115. -- font id: 0
  116. -- text size: 12
  117. -- style flags: 0
  118. -- line height: 16
  119. -- part name: 
  120.  
  121.  
  122. -- part 17 (button)
  123. -- low flags: 00
  124. -- high flags: 2005
  125. -- rect: left=268 top=130 right=146 bottom=284
  126. -- title width / last selected line: 0
  127. -- icon id / first selected line: 0 / 0
  128. -- text alignment: 1
  129. -- font id: 0
  130. -- text size: 12
  131. -- style flags: 0
  132. -- line height: 16
  133. -- part name: 
  134.  
  135.  
  136. -- part 19 (button)
  137. -- low flags: 00
  138. -- high flags: 2005
  139. -- rect: left=268 top=143 right=159 bottom=284
  140. -- title width / last selected line: 0
  141. -- icon id / first selected line: 0 / 0
  142. -- text alignment: 1
  143. -- font id: 0
  144. -- text size: 12
  145. -- style flags: 0
  146. -- line height: 16
  147. -- part name: 
  148.  
  149.  
  150. -- part 20 (button)
  151. -- low flags: 00
  152. -- high flags: 0004
  153. -- rect: left=444 top=189 right=230 bottom=490
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 20186 / 20186
  156. -- text alignment: 1
  157. -- font id: 0
  158. -- text size: 12
  159. -- style flags: 0
  160. -- line height: 16
  161. -- part name: 
  162. ----- HyperTalk script -----
  163. on mouseUp
  164.   if the name of this stack contains "Baggrundsideer"
  165.   then
  166.   show card field 1  -- explain why not sort here
  167. else
  168.   answer "Sort√©r alle kortene i denne stak efter:" with "Dato" or "Navn" or "Annuler"
  169.   if it is "Dato"
  170.   then sort dateTime by field "Etiket"
  171. else if it is "Navn"
  172. then sort by first word of third line of field "Etiket"
  173. end if
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part 21 (button)
  179. -- low flags: 00
  180. -- high flags: 0004
  181. -- rect: left=393 top=189 right=230 bottom=437
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 32670 / 32670
  184. -- text alignment: 1
  185. -- font id: 0
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: 
  190. ----- HyperTalk script -----
  191. on mouseUp
  192.   show all cards
  193. end mouseUp
  194.  
  195.  
  196.  
  197. -- part 23 (button)
  198. -- low flags: 00
  199. -- high flags: 0000
  200. -- rect: left=471 top=319 right=342 bottom=504
  201. -- title width / last selected line: 0
  202. -- icon id / first selected line: 6720 / 6720
  203. -- text alignment: 1
  204. -- font id: 0
  205. -- text size: 12
  206. -- style flags: 0
  207. -- line height: 16
  208. -- part name: Return
  209. ----- HyperTalk script -----
  210. on mouseUp
  211.   visual effect iris close
  212.   pop card
  213. end mouseUp
  214.  
  215.  
  216.  
  217. -- part 24 (button)
  218. -- low flags: 00
  219. -- high flags: 0000
  220. -- rect: left=391 top=324 right=340 bottom=419
  221. -- title width / last selected line: 0
  222. -- icon id / first selected line: 20689 / 20689
  223. -- text alignment: 1
  224. -- font id: 0
  225. -- text size: 12
  226. -- style flags: 0
  227. -- line height: 16
  228. -- part name: Home
  229. ----- HyperTalk script -----
  230. on mouseUp
  231.   visual effect iris open
  232.   go Home
  233. end mouseUp
  234.  
  235.